IBDAC

TIBCArray Properties

Properties of the TIBCArray class.

For a complete list of the TIBCArray class members, see the TIBCArray Members topic.

Public

Name Description

ArrayDimensions (inherited from TCustomIBCArray)

Contains the array dimensions count.

ArrayHighBound (inherited from TCustomIBCArray)

Used to get or set the upper boundary of the defined dimension subscript.

ArrayID (inherited from TCustomIBCArray)

Contains the array ID.

ArrayLowBound (inherited from TCustomIBCArray)

Used to get or set the lower boundary of the defined dimension subscript.

ArraySize (inherited from TCustomIBCArray)

Used to determine the size of the whole array data in bytes.

AsString (inherited from TCustomIBCArray)

Used to return array as string.

Cached (inherited from TCustomIBCArray)

Indicates whether to cache array data on the client side.

CachedDimensions (inherited from TCustomIBCArray)

Contains cached array dimensions count.

CachedHighBound (inherited from TCustomIBCArray)

Used to get the upper boundary of defined dimension subscript of cached array elements.

CachedLowBound (inherited from TCustomIBCArray)

Used to get the lower boundary of the defined dimension subscript of cached array elements.

CachedSize (inherited from TCustomIBCArray)

Used to get the cached array data size in bytes.

ColumnName (inherited from TCustomIBCArray)

Used to get or set the name of the table column that has array type.

DbHandle (inherited from TCustomIBCArray)

Contains the handle of a database where the array is stored.

IsNull (inherited from TCustomIBCArray)

Used to define whether the array field in the database is null.

Items (inherited from TCustomIBCArray)

Used to get or set array items.

ItemScale (inherited from TCustomIBCArray)

Used to get or set the scale for array items for the NUMERIC and DECIMAL datatypes.

ItemSize (inherited from TCustomIBCArray)

Contains the size of an array item.

ItemType

Used to return the type of an array element.

Modified (inherited from TCustomIBCArray)

Used to indicate if the modifications done in cache were saved to the database.

RefCount (inherited from TSharedObject)

Used to return the count of reference to a TSharedObject object.

TableName (inherited from TCustomIBCArray)

Used to set the name of the table containing an array field.

TrHandle (inherited from TCustomIBCArray)

Contains the handle of the transaction in which the array is read or written.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback